C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class
The type of the items in the collection.
Members

C1DataCollection<T> Class
Implements an in-memory collection which takes a data source and applies the sort and filter operations.
Syntax
Type Parameters
T
The type of the items in the collection.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1WrapDataCollection<S,T>
         C1.DataCollection.C1WrapDataCollection<T>
            C1.DataCollection.C1DataCollection<T>

See Also